home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1329 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: sky.in-berlin.de!jroger!jroger
  2. From: jroger@jroger.in-berlin.de (Sebastian Rittau)
  3. Subject: Re: BOOPSI doesn't react on the GA_RelRight tag...
  4. References: <4dgc3k$us@hasle.sn.no>
  5. Message-ID: <720.6591T223T2134@jroger.in-berlin.de>
  6. Newsgroups: comp.sys.amiga.programmer
  7. X-Newsreader: THOR 2.22 (Amiga;UUCP) *UNREGISTERED*
  8. Date: 18 Jan 96 04:00:03 CET
  9.  
  10. In <4dgc3k$us@hasle.sn.no> Rune Elvemo <elvemo@sn.no> wrote:
  11.  
  12. >If I specify the GA_RelRight tag, it sets the LeftEdge coordinate to
  13. >1. The gadget is not visible either.
  14.  
  15. >The only way I have managed to use RelRight coordinates, is to change
  16. >the Gadget structure after making the gadget.
  17.  
  18. >Shouldn't the gadget use RelRight coordinates if you write the
  19. >following in the TagList:
  20. >'GA_RelRight, TRUE,'
  21.  
  22. >I can't understand why this happens. I set the LeftEdge coordinate to
  23. >a negative one, after specifying GA_RelRight.
  24.  
  25. You have to use something like
  26.  
  27. GA_RelRight,-10
  28.  
  29. and leave out GA_LeftEdge!
  30.  
  31. --
  32.   // Sebastian Rittau                jroger@jroger.in-berlin.de
  33. \X/  http://www.in-berlin.de/User/jroger/index.html
  34.  
  35.